// // UITableViewCell+Customize.h // GF Offline Translator // // Created by Cenny Davidsson on 2015-05-11. // Copyright (c) 2015 Grammatical Framework. All rights reserved. // #import @interface UITableViewCell (Customize) - (void)sizeImageViewToSize:(CGSize)size; @end